const unicode.pLl

62 uses

	unicode (current package)
		graphic.go#L15: 	pLl                // a lower-case letter.
		graphic.go#L18: 	pLo    = pLl | pLu // a letter that is neither upper nor lower case.
		letter.go#L196: 		return properties[uint8(r)]&pLmask == pLl
		tables.go#L7663: 	0x61: pLl | pp, // 'a'
		tables.go#L7664: 	0x62: pLl | pp, // 'b'
		tables.go#L7665: 	0x63: pLl | pp, // 'c'
		tables.go#L7666: 	0x64: pLl | pp, // 'd'
		tables.go#L7667: 	0x65: pLl | pp, // 'e'
		tables.go#L7668: 	0x66: pLl | pp, // 'f'
		tables.go#L7669: 	0x67: pLl | pp, // 'g'
		tables.go#L7670: 	0x68: pLl | pp, // 'h'
		tables.go#L7671: 	0x69: pLl | pp, // 'i'
		tables.go#L7672: 	0x6A: pLl | pp, // 'j'
		tables.go#L7673: 	0x6B: pLl | pp, // 'k'
		tables.go#L7674: 	0x6C: pLl | pp, // 'l'
		tables.go#L7675: 	0x6D: pLl | pp, // 'm'
		tables.go#L7676: 	0x6E: pLl | pp, // 'n'
		tables.go#L7677: 	0x6F: pLl | pp, // 'o'
		tables.go#L7678: 	0x70: pLl | pp, // 'p'
		tables.go#L7679: 	0x71: pLl | pp, // 'q'
		tables.go#L7680: 	0x72: pLl | pp, // 'r'
		tables.go#L7681: 	0x73: pLl | pp, // 's'
		tables.go#L7682: 	0x74: pLl | pp, // 't'
		tables.go#L7683: 	0x75: pLl | pp, // 'u'
		tables.go#L7684: 	0x76: pLl | pp, // 'v'
		tables.go#L7685: 	0x77: pLl | pp, // 'w'
		tables.go#L7686: 	0x78: pLl | pp, // 'x'
		tables.go#L7687: 	0x79: pLl | pp, // 'y'
		tables.go#L7688: 	0x7A: pLl | pp, // 'z'
		tables.go#L7747: 	0xB5: pLl | pp, // 'µ'
		tables.go#L7789: 	0xDF: pLl | pp, // 'ß'
		tables.go#L7790: 	0xE0: pLl | pp, // 'à'
		tables.go#L7791: 	0xE1: pLl | pp, // 'á'
		tables.go#L7792: 	0xE2: pLl | pp, // 'â'
		tables.go#L7793: 	0xE3: pLl | pp, // 'ã'
		tables.go#L7794: 	0xE4: pLl | pp, // 'ä'
		tables.go#L7795: 	0xE5: pLl | pp, // 'å'
		tables.go#L7796: 	0xE6: pLl | pp, // 'æ'
		tables.go#L7797: 	0xE7: pLl | pp, // 'ç'
		tables.go#L7798: 	0xE8: pLl | pp, // 'è'
		tables.go#L7799: 	0xE9: pLl | pp, // 'é'
		tables.go#L7800: 	0xEA: pLl | pp, // 'ê'
		tables.go#L7801: 	0xEB: pLl | pp, // 'ë'
		tables.go#L7802: 	0xEC: pLl | pp, // 'ì'
		tables.go#L7803: 	0xED: pLl | pp, // 'í'
		tables.go#L7804: 	0xEE: pLl | pp, // 'î'
		tables.go#L7805: 	0xEF: pLl | pp, // 'ï'
		tables.go#L7806: 	0xF0: pLl | pp, // 'ð'
		tables.go#L7807: 	0xF1: pLl | pp, // 'ñ'
		tables.go#L7808: 	0xF2: pLl | pp, // 'ò'
		tables.go#L7809: 	0xF3: pLl | pp, // 'ó'
		tables.go#L7810: 	0xF4: pLl | pp, // 'ô'
		tables.go#L7811: 	0xF5: pLl | pp, // 'õ'
		tables.go#L7812: 	0xF6: pLl | pp, // 'ö'
		tables.go#L7814: 	0xF8: pLl | pp, // 'ø'
		tables.go#L7815: 	0xF9: pLl | pp, // 'ù'
		tables.go#L7816: 	0xFA: pLl | pp, // 'ú'
		tables.go#L7817: 	0xFB: pLl | pp, // 'û'
		tables.go#L7818: 	0xFC: pLl | pp, // 'ü'
		tables.go#L7819: 	0xFD: pLl | pp, // 'ý'
		tables.go#L7820: 	0xFE: pLl | pp, // 'þ'
		tables.go#L7821: 	0xFF: pLl | pp, // 'ÿ'